From 072737d0c18d9e5253c3af70efcac04ea717a2d9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 16 May 2004 00:54:25 +0000 Subject: [PATCH] (Fset_default): Make argument names match their use in docstring. --- src/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.c b/src/data.c index 992aac66476..5a1a648dcb7 100644 --- a/src/data.c +++ b/src/data.c @@ -1407,7 +1407,7 @@ local bindings in certain buffers. */) } DEFUN ("set-default", Fset_default, Sset_default, 2, 2, 0, - doc: /* Set SYMBOL's default value to VAL. SYMBOL and VAL are evaluated. + doc: /* Set SYMBOL's default value to VALUE. SYMBOL and VALUE are evaluated. The default value is seen in buffers that do not have their own values for this variable. */) (symbol, value) -- 2.30.2